Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Prepare for 2.0 release #73

Merged
merged 1 commit into from
Oct 16, 2016
Merged

Prepare for 2.0 release #73

merged 1 commit into from
Oct 16, 2016

Conversation

garyb
Copy link
Member

@garyb garyb commented Oct 16, 2016

Resolves #72

fromListWith :: forall k v. Ord k => (v -> v -> v) -> List (Tuple k v) -> Map k v
fromListWith = fromFoldableWith
-- | Convert a map to an unfoldable structure of key/value pairs
toUnfoldable :: forall f k v. Ord k => Unfoldable f => Map k v -> f (Tuple k v)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ord k => Unfoldable f => -> (Ord k, Unfoldable f) => ?

@paf31
Copy link
Contributor

paf31 commented Oct 16, 2016

👍 LGTM, thanks!

@garyb garyb merged commit 892378a into master Oct 16, 2016
@garyb garyb deleted the bump branch October 16, 2016 20:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants